home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 6 / Windows 6-Pak (InfoMagic) (Disc 6) (1999).ISO / Misc-Shell-Enhancements / MRSH10.ZIP / MOREPSP.INF < prev    next >
INI File  |  1998-12-08  |  2KB  |  60 lines

  1. ; $Id: morepsp.inf 1.0 1998/12/08 07:13:45 satomii Exp $
  2. ; Rei's More Extensions install information
  3.  
  4. [Version]
  5. signature="$Chicago$"
  6. Provider="Rei's Booth."
  7.  
  8. [DefaultInstall]
  9. CopyFiles=ThisDll.sys.install
  10. AddReg=ThisDll.Add.Reg
  11.  
  12. [DefaultInstall.ntx86]
  13. CopyFiles=ThisDll.sys.install
  14. AddReg=ThisDll.Add.Reg
  15. DelReg=ThisDll.Add.Reg,ThisDll.Add.Reg.NT
  16.  
  17. [DefaultUninstall]
  18. DelFiles=ThisDll.sys.uninstall
  19. DelReg=ThisDll.Add.Reg
  20.  
  21. [DefaultUninstall.ntx86]
  22. DelFiles=ThisDll.sys.uninstall
  23. DelReg=ThisDll.Add.Reg,ThisDll.Add.Reg.NT
  24.  
  25. [ThisDll.Add.Reg]
  26. HKCR,"CLSID\{1315F3C0-529E-11d2-887B-000000000000}\InProcServer32",,,"%11%\%SubDir%\%ThisDll%"
  27. HKCR,"CLSID\{1315F3C0-529E-11d2-887B-000000000000}\InProcServer32","ThreadingModel",,"Apartment"
  28. HKCR,"*\ShellEx\PropertySheetHandlers\%AppName%",,,"{1315F3C0-529E-11d2-887B-000000000000}"
  29. HKCR,"Folder\ShellEx\PropertySheetHandlers\%AppName%",,,"{1315F3C0-529E-11d2-887B-000000000000}"
  30. HKLM,"Software\%AppReg%","%AppDesc%",,"%11%\%SubDir%\%ThisDll%"
  31.  
  32. [ThisDll.Add.Reg.NT]
  33. HKLM,"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved","{1315F3C0-529E-11d2-887B-000000000000}",,"%AppDesc%"
  34.  
  35. [ThisDll.sys.install]
  36. %ThisDll%
  37. %ThisInf%
  38.  
  39. [ThisDll.sys.uninstall]
  40. %ThisDll%,,,1
  41. %ThisInf%,,,1
  42.  
  43. [DestinationDirs]
  44. ThisDll.sys.install=11,"%SubDir%"
  45. ThisDll.sys.uninstall=11,"%SubDir%"
  46.  
  47. [SourceDisksFiles]
  48. %ThisDll%=55
  49.  
  50. [SourceDisksNames]
  51. 55="%AppDesc%","",1
  52.  
  53. [Strings]
  54. AppName = "MorePsp"
  55. AppDesc = "More Property Sheet"
  56. AppReg = "Rei's Booth\ShellExt"
  57. SubDir = "ShellExt"
  58. ThisDll = "MOREPSP.DLL"
  59. ThisInf = "MOREPSP.INF"
  60.